crypto/internal/fips140/aes/gcm.GCMWithCounterNonce.fixedName (field)

3 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L62: 	fixedName uint32
		gcm_nonces.go#L81: 		g.fixedName = byteorder.BEUint32(nonce[:4])
		gcm_nonces.go#L83: 	if g.fixedName != byteorder.BEUint32(nonce[:4]) {